IndexOf Method (IntervalArray<T>)
Determines the index of a specific item in the
IntervalArray<T>.
'Declaration
Public Function IndexOf( _
ByVal As _
) As Integer
'Usage
Dim instance As IntervalArray(Of T)
Dim item As
Dim value As Integer
value = instance.IndexOf(item)
Parameters
- item
- The object to locate in the IntervalArray<T>.
Return Value
The index of item if found in the list; otherwise, -1.